home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 Reader Awards / macformat-098.iso / MF Data / Behaviours / 00031_Script_sprockets < prev    next >
Encoding:
Text File  |  2000-11-01  |  262 b   |  11 lines

  1. on mouseEnter
  2.   put the text of member("sprockets","Texts") into member ("InfoText","Texts")
  3. end
  4.  
  5. on mouseDown
  6.  gotonetpage "http://asu.info.apple.com/swupdates.nsf/artnum/n11564"
  7. end
  8.  
  9. on mouseLeave
  10.   put empty into member("InfoText","Texts")
  11. end